projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b99cd45
)
docs: fix typo in GDK_WINDOW_STATE_TILED
author
William Jon McCann
<william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 20:32:35 +0000
(15:32 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:27:28 +0000
(18:27 -0500)
gdk/gdkevents.h
patch
|
blob
|
history
diff --git
a/gdk/gdkevents.h
b/gdk/gdkevents.h
index 18a42fef3ab28a8a6f425254755d6b1469622e4a..95cadb6314f8c88fd6451490cec149b6a68f0ce6 100644
(file)
--- a/
gdk/gdkevents.h
+++ b/
gdk/gdkevents.h
@@
-460,7
+460,7
@@
typedef enum
* @GDK_WINDOW_STATE_ABOVE: the window is kept above other windows.
* @GDK_WINDOW_STATE_BELOW: the window is kept below other windows.
* @GDK_WINDOW_STATE_FOCUSED: the window is presented as focused (with active decorations).
- * @GDK_WINDOW_TILED: the window is in a tiled state, see
+ * @GDK_WINDOW_
STATE_
TILED: the window is in a tiled state, see
* gdk_window_get_tiled_edges() for more details. Since 3.10
*
* Specifies the state of a toplevel window.